/* Jake Ruiz Graphic Design. Manila, Philippines. Coding and CSS by bakesix aka Jake Ruiz. Version 3.1.  */
/* Jake Ruiz Graphic Design. Manila, Philippines. Coding and CSS by bakesix aka Jake Ruiz. Version 3.1.  */

@charset "UTF-8";
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	margin-right: -8.5px; /*3.10 Header Change Quick Fix */
	/*background-color:#FC6;*/
}

.container {
		width:100%;
		display:flex;
		flex-wrap:wrap;
		height:100vh;
		/*background-color:#F00;*/
}


/* Header */

.header {
	padding-top:2.5%;
	padding-left:2.5%;
	padding-right:2.5%;
	position:relative;
	/*background-color:red;*/
	width:100%;
	height:13vh;
}


	.logo {
		width:25%;
		/*background-color:#0CF;*/
		float:left;
	}
	
		.logo img {
			height:65px;
		}
		
		
		.logo a {
			opacity: 1;
			transition: opacity .25s ease-in-out;
			-moz-transition: opacity .25s ease-in-out;
			-webkit-transition: opacity .25s ease-in-out;
		}
	
		.logo a:link {
			color:black;
		}
				
		.logo a:visited {
			color:black;
		}
				
		.logo a:hover {
			opacity: 0.25;
			text-decoration:none;
		}
			
	.navframe {
		float:left;
		width:13%;
		padding-top:0px;
		/*background-color:#CCC;*/
	}
	
	.nav {
		margin-top:-5px;
		list-style:none;
		padding:0;
		width:100%;
		float:left;
		position:relative;
		z-index:5;
	}

	.nav li {
    	position: relative;
		margin-right:10px;
		float:left;
	}
	
	.nav a {
    	display: block;
    	color: #000;
    	/*background-color: #fff;*/
    	text-decoration:underline;
		font: 1em 'muller_narrowlight';
		letter-spacing:2px;
		padding:2.5px;
	}

	.nav a:hover {
    	color: #000;
    	background-color:#fff;
	}
	
	/* Raindrop, Drop Top — Menu */
	
	.nav ul {
		background-color: #fff;
		background: rgba(255,255,255,0);
		list-style: none;
		position: absolute;
		left: -9999px;
	}
	
	.nav ul li {
		padding-top: 5px;
		float: none;
		z-index:10;
	}
	
	.nav ul a {
		text-decoration:underline;
		padding:2.5px;
		background-color:#FFF;
	}
	
	.nav li:hover ul {
		left: -40px; /
	}
	
	.nav li:hover a {
		background-color:#000;
		text-decoration:line-through;
		color:#fff;
		-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		-ms-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}
	
	.nav li:hover ul a { 
		text-decoration: underline;
	}
	
	.nav li:hover ul li a:hover {
		background-color: #FFF;
		color:#000;
		text-decoration:line-through;
	}			

/* Content */

.content {
	/*background-color: purple;*/
	width:95%;
	padding-left:2.5%;
	padding-right:2.5%;
}
					
.text {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	/*background-color:blue;*/
}

.title {
	width:100%;
}

	.title h3 {
		margin:0;
		font: 2.5em 'muller_narrowlight';
		text-decoration:underline;
		padding-bottom:2.5vh;
	}

.description {
	position:relative;
	width:50%;
	float:left;
}

	.description p {
		padding-top:20px;
	}
	
		.description p:first-child {
			padding-top:0px;
		}

.label {
	margin:0;
	font: 1em 'muller_narrowlight';
	text-decoration:underline;
}

.details {
	position:relative;
	float:left;
	width:50%;
	font: .75em 'muller_narrowlight';
	/*padding-top:20px;*/
}
	
	.text p, li {
		margin-top:0;
		margin-bottom:0;
		font: 1em 'muller_narrowlight';
	}
	
	.text a {
		font: 1em 'muller_narrowlight';
		text-decoration:underline;
		color:#000000;
		
	}
	
		.text a:link {
			color:black;
		}
				
		.text a:visited {
			color:black;
		}
				
		.text a:hover {
			background-color:#000;
			color:#FFF;
			text-decoration:line-through;
		}

/* Works */	

.works {	
	width:100%;
	display: flex;
	flex-wrap: wrap;
	/*background-color: aquamarine;*/
	
}
	.collats {
		width:100%;
		float:left;
	}
	
	.print {
		margin-top:40px;
	}
	
	.collats:last-child {
		margin-bottom:120px;
	}


/* Entries 3.10.2022 */
.works img {
	width:100%;
	opacity:100%;
}

/*For Zoomsss*/
	#myImg{
	cursor: zoom-in;
    transition: 0.3s;
   	 display: block;
    margin-left: auto;
   	margin-right: auto
	}

		#myImg:hover {
				opacity:.5;
		}

	#myImg2{
	cursor: zoom-in;
    transition: 0.3s;
   	 display: block;
    margin-left: auto;
   	margin-right: auto
	}

		#myImg2:hover {
				opacity:.5;
		}

	#myImg3{
	cursor: zoom-in;
    transition: 0.3s;
   	 display: block;
    margin-left: auto;
   	margin-right: auto
	}

		#myImg3:hover {
				opacity:.5;
		}

	#myImg4{
	cursor: zoom-in;
    transition: 0.3s;
   	 display: block;
    margin-left: auto;
   	margin-right: auto
	}

		#myImg4:hover {
				opacity:.5;
		}

	#myImg5{
	cursor: zoom-in;
    transition: 0.3s;
   	 display: block;
    margin-left: auto;
   	margin-right: auto
	}

		#myImg5:hover {
				opacity:.5;
		}

	#myImg6{
	cursor: zoom-in;
    transition: 0.3s;
   	 display: block;
    margin-left: auto;
   	margin-right: auto
	}

		#myImg6:hover {
				opacity:.5;
		}

	#myImg7{
	cursor: zoom-in;
    transition: 0.3s;
   	 display: block;
    margin-left: auto;
   	margin-right: auto
	}

		#myImg7:hover {
				opacity:.5;
		}

.modal {
    display: none;
    position: fixed; 
    z-index: 99;
   	padding-top: 75px;
   	left: 0;
   	top: 0;
   	width: 100%;
   	height: 100%;
   	overflow: auto;
   	background-color: rgb(0,0,0); 
   	background-color: rgba(0,0,0,0.7);
	}

.modal-content {
	margin: auto;
    display: block;
    width: 90%;
    max-width: 90%;
	}

	/* Caption of Modal Image */
	#caption {
    	margin: auto;
    	display: block;
    	width: 80%;
    	max-width: 700px;
    	text-align: center;
    	color: #ccc;
    	padding: 10px 0;
    	height: 150px;
	}

/* Zoom */
	@-webkit-keyframes zoom {
    	from {-webkit-transform:scale(1)}
    	to {-webkit-transform:scale(2)}
	}
	@keyframes zoom {
    	from {transform:scale(0.4)}
    	to {transform:scale(1)}
	}

	@-webkit-keyframes zoom-out {
    	from {transform:scale(1)}
    	to {transform:scale(0)}
	}
	@keyframes zoom-out {
    	from {transform:scale(1)}
    	to {transform:scale(0)}
	}

	.modal-content, #caption {
    	-webkit-animation-name: zoom;
    	-webkit-animation-duration: 0.6s;
    	animation-name: zoom;
    	animation-duration: 0.6s;
	}

	.out {
		animation-name: zoom-out;
 		animation-duration: 0.5s;
	}



/*3.7.2022
	img:hover {
   		transform:scale(1.5);
   	 	-ms-transform:scale(1.5); /* IE 9 */
    	/*-moz-transform:scale(1.5); /* Firefox */
    	/*-webkit-transform:scale(1.5); /* Safari and Chrome */
    	/*-o-transform:scale(1.5); /* Opera */
		/*transition: all .25s ease-out;*/

	}
	
		.northharbour {
			height:400px;
		}
	
	.zoomin {
		padding-top:90px;
	}
	
	.roadsafety {
		width:50%;
	}

	
/* Footer */


.footer {
	position:relative;
	width:95%;
	padding-left:2.5%;
	padding-right:2.5%;
	/*background-color:#F00;*/
}

.footercontent {
	height:13vh;
}
	.footer ul {
		position:absolute;
		margin:0;
		padding:0;
		bottom: 20px;
	}
	
		.footer li {
			display:table-cell;
			align:left;
			padding-left:10px;
			font: 1em 'muller_narrowlight';
			vertical-align: middle;
		}
		
			.footer li:first-child {
				padding-left:0px;
				line-height:0px;
			}
			
		#copyright {
			display:inline;
			line-height:30px;
			padding:0;
		}
	
		#facebookicon {
			background:url("Images/fb.png") ;
			background-repeat:no-repeat;
			background-size:25px;
			height:25px;
			width:25px;
			text-indent:-9999px;
			float:left;
			padding-right:1%;
		}
			
		#twittericon {
			background:url("Images/twitter.png");
			background-repeat:no-repeat;
			background-size:25px;
			height:25px;
			width:25px;
			text-indent:-9999px;
			float:left;
			padding-right:1%;
		}
		
		#instagicon {
			background:url(Images/ig.png);
			background-repeat:no-repeat;
			background-size:25px;
			height:25px;
			width:25px;
			text-indent:-9999px;
			float:left;
			padding-right:1%;
		}
		
		.footer a {
			opacity: 1;
			transition: opacity .25s ease-in-out;
			-moz-transition: opacity .25s ease-in-out;
			-webkit-transition: opacity .25s ease-in-out;
		}
	
		.footer a:link {
			color:black;
		}
				
		.footer a:visited {
			color:black;
		}
				
		.footer a:hover {
			opacity: 0.25;
			text-decoration:none;
		}
	
	.footer p {
		font: 1em 'muller_narrowlight';
		float:left;
	}
